TableEntry Class

Class TableEntry.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class TableEntry
Inheritance
Object    TableEntry

Properties

PropertyTag Gets or sets the property tag.
ValueBuffer Gets or sets the value buffer.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBinaryArrayValue Gets the binary array value.
GetBinaryValue Gets the binary value.
GetBooleanValue Gets the boolean value.
GetDateTimeValue Gets the date time value.
GetDoubleArrayValue Gets the double array value.
GetDoubleValue Gets the double value.
GetFloatArrayValue Gets the float array value.
GetFloatValue Gets the float value.
GetGuidArrayValue Gets the unique identifier array value.
GetGuidValue Gets the unique identifier value.
GetHashCode
(Inherited from Object)
GetIntegerArrayValue Gets the integer array value.
GetIntegerValue Gets the integer value.
GetLongArrayValue Gets the long array value.
GetLongValue Gets the long value.
GetShortArrayValue Gets the short array value.
GetShortValue Gets the short value.
GetStringArrayValue Gets the string array value.
GetStringValue Gets the string value.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also